VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfObjectBoundingBoxInteractionHandler<T> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс WpfObjectBoundingBoxInteractionHandler<T>
    В этом разделе
    Контроллер взаимодействия, который управляет взаимодействием области ограничивающей рамки объекта.
    Объектная модель
    WpfInteractionArea WpfObjectBoundingBoxInteractionHandler<T>
    Синтаксис
    'Declaration
    
    Public Class WpfObjectBoundingBoxInteractionHandler(Of T
    A type of interactive object.
    As IWpfInteractiveObject) Inherits WpfInteractionControllerBase(Of T)
    public class WpfObjectBoundingBoxInteractionHandler<T> : WpfInteractionControllerBase<T>
    where T: IWpfInteractiveObject
    
    
    public __gc class WpfObjectBoundingBoxInteractionHandler<T> : public WpfInteractionControllerBase<T*>*
    where T: IWpfInteractiveObject*
    
    
    generic<typename T>
    public ref class WpfObjectBoundingBoxInteractionHandler : public WpfInteractionControllerBase<T^>^
    where T: IWpfInteractiveObject^
    
    

    Type Parameters

    T
    A type of interactive object.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionControllerBase
          Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfInteractionControllerBase<T>
             Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.WpfObjectBoundingBoxInteractionHandler<T>

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также